home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMBROWSERLINK / TFORMBROWSERLINK.txt
Text File  |  2003-08-22  |  1KB  |  62 lines

  1. object formBrowserLink: TformBrowserLink
  2.   Left = 265
  3.   Top = 449
  4.   BorderStyle = bsDialog
  5.   Caption = 'Change browser link...'
  6.   ClientHeight = 138
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   DesignSize = (
  17.     298
  18.     138)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object labelInfo0: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 281
  25.     Height = 57
  26.     AutoSize = False
  27.     Caption = 
  28.       'Your browser currently points a start- or search page to the fol' +
  29.       'lowing URL. You can change that setting by typing in a new URL o' +
  30.       'r selecting one from the pull-down list.'
  31.     WordWrap = True
  32.   end
  33.   object bnOK: TBitBtn
  34.     Left = 200
  35.     Top = 104
  36.     Width = 91
  37.     Height = 25
  38.     Anchors = [akRight, akBottom]
  39.     TabOrder = 0
  40.     Kind = bkOK
  41.   end
  42.   object bnCancel: TBitBtn
  43.     Left = 96
  44.     Top = 104
  45.     Width = 91
  46.     Height = 25
  47.     Anchors = [akRight, akBottom]
  48.     Caption = 'Cancel'
  49.     TabOrder = 1
  50.     Kind = bkCancel
  51.   end
  52.   object cbURL: TComboBox
  53.     Tag = 1
  54.     Left = 8
  55.     Top = 72
  56.     Width = 281
  57.     Height = 21
  58.     ItemHeight = 13
  59.     TabOrder = 2
  60.   end
  61. end
  62.